@media (min-width: 1201px) {
  .wrap {
    width: 1230px;
    max-width: 100%;
  }
}
@media (min-width: 1331px) {
  .wrap {
    width: 1300px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  .wrap {
    max-width: 768px;
  }
}
.bg0 {
  background-color: #ffffff;
}
.bg1 {
  background-color: #101010;
}
.bg2 {
  background-color: #1c1c1c;
}
.bg3 {
  background-color: #f8f8f8;
}
.bg4 {
  background-color: #f6f6f6;
}
.bg5 {
  background-color: #f3f4f8;
}
.bg6 {
  background-image: linear-gradient(#efefed, #ffffff);
}
.bg7 {
  background-color: #f4f4f4;
}
.bg8 {
  background-color: #f3f3f3;
}
.bg9 {
  background-color: #f7f7f7;
}
.bg10 {
  background-color: #f5f5f5;
}
.colorf {
  color: #ffffff;
}
.color1 {
  color: #222222;
}
.color2 {
  color: #333333;
}
.color3 {
  color: #888888;
}
.color4 {
  color: #555555;
}
.color5 {
  color: #a0a0a0;
}
.color6 {
  color: #343434;
}
.color7 {
  color: #d0111b;
}
.color-main {
  color: #137fdc;
}
body {
  padding-top: 106px;
  transition: padding 0.3s;
}
body.header-type-a {
  padding-top: 99px;
}
@media (max-width: 1200px) {
  body {
    padding-top: 1.01rem;
  }
  body.header-type-a {
    padding-top: 1.01rem;
  }
}
.pc-hide {
  display: none!important;
}
/**搜索框**/
.form-type-a .form .key {
  border: 1px solid #e0e0e0;
  border-right: 0 none;
  border-radius: 19px 0 0 19px;
  width: 100%;
  height: 38px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 36px;
  letter-spacing: 1px;
  color: #666666;
}
.form-type-a .form .submit {
  flex-shrink: 0;
  border-radius: 0 19px 19px 0;
  width: 58px;
  background: #ec1919 url(../images/icon_2_1.png) no-repeat center;
  cursor: pointer;
}
.form-type-a .form .submit:hover {
  background-color: #f63737;
}
.form-type-a .hot-block {
  margin-top: 3px;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #555555;
}
.form-type-a .hot-block .tit {
  margin-right: 5px;
  color: #ff000a;
}
.form-type-a .hot-block a + a {
  margin-left: 13px;
}
.form-type-a .hot-block a:hover {
  color: #ec1919;
}
.form-type-b .form {
  width: 100%;
}
.form-type-b .form .key {
  border: 1px solid #e0e0e0;
  border-right: 0 none;
  border-radius: 3px 0 0 3px;
  width: 100%;
  padding: 0 20px;
  background: #ffffff;
  font-size: 15px;
  line-height: 48px;
  letter-spacing: 1px;
  color: #666666;
}
.form-type-b .form .submit-box {
  position: relative;
  flex-shrink: 0;
  border-radius: 0 3px 3px 0;
  width: 110px;
  background: #ec1919;
  cursor: pointer;
}
.form-type-b .form .submit-box:hover {
  background-color: #f63737;
}
.form-type-b .form .submit-box .submit {
  cursor: pointer;
  width: 100%;
}
.form-type-b .form .submit-box svg {
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 28px;
  height: 28px;
  transform: translate(-50%, -50%);
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .form-type-a .form .key {
    border-radius: .28rem 0 0 .28rem;
    height: .56rem;
    padding: 0 .3rem;
    font-size: .26rem;
    line-height: .56rem;
    letter-spacing: .05em;
  }
  .form-type-a .form .submit {
    border-radius: 0 .28rem .28rem 0;
    width: .8rem;
    background-size: auto 60%;
  }
  .form-type-a .hot-block {
    display: none;
  }
  .form-type-b .form .key {
    width: 100%;
    padding: 0 0.2rem;
    font-size: 0.26rem;
    line-height: 0.7rem;
  }
  .form-type-b .form .submit-box {
    width: 1.1rem;
  }
  .form-type-b .form .submit-box svg {
    width: 0.45rem;
    height: 0.45rem;
  }
}
/**语言切换**/
.language-box {
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
}
.language-box a {
  border: 1px solid rgba(255, 255, 255, 0.58);
  min-width: 36px;
  padding: 0 8px;
  text-align: center;
  color: #ffffff;
  background: transparent;
  background-blend-mode: normal, normal;
  transition: all 0.3s;
}
.language-box a:hover {
  border-color: transparent;
  background-image: linear-gradient(-15deg, #137fdc 0%, #03aaa8 100%), linear-gradient(#0b0101, #0b0101);
}
.language-box a:first-child {
  border-right-color: transparent;
  border-radius: 13px 0 0 13px;
}
.language-box a:last-child {
  border-left-color: transparent;
  border-radius: 0 13px 13px 0;
}
.language-box a.on {
  border-color: transparent;
  background-image: linear-gradient(-15deg, #137fdc 0%, #03aaa8 100%), linear-gradient(#0b0101, #0b0101);
}
/***首页***/
/**Banner**/
.index-banner {
  position: relative;
}
.index-banner img {
  display: block;
  transform: scale(0.98);
  transition: all 8.2s;
}
.index-banner .swiper-slide-active img {
  transform: scale(1.1);
}
.index-banner .swiper-points {
  position: absolute;
  left: 0;
  bottom: 5%;
  z-index: 2;
  width: 100%;
}
.index-banner .swiper-btns .btn {
  display: flex;
  position: absolute;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 0.76rem;
  opacity: 0.13;
  align-items: center;
}
.index-banner .swiper-btns .btn svg {
  display: block;
  width: 100%;
  fill: #ffffff;
}
.index-banner .swiper-btns .btn.prev {
  left: 5%;
}
.index-banner .swiper-btns .btn.prev svg {
  transform: rotate(180deg);
}
.index-banner .swiper-btns .btn.next {
  right: 5%;
}
.index-banner .swiper-btns .btn:hover {
  opacity: 1;
}
@media (max-width: 1200px) {
  .index-banner .swiper-btns .btn {
    width: 0.76rem;
  }
  .index-banner .swiper-btns .btn.prev {
    left: 2%;
  }
  .index-banner .swiper-btns .btn.next {
    right: 2%;
  }
}
/**产品展示**/
.index-block-a {
  padding-bottom: 80px;
  background: url(../images/index/bg1.jpg) no-repeat center / 100% 100%;
  text-align: center;
}
.index-block-a .swiper-box {
  position: relative;
  margin: -30px -95px 0;
}
.index-block-a .swiper-box::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 28%;
  width: 100%;
  height: 100%;
  background: url(../images/index/bg1_point.png) no-repeat top center / 100% auto;
}
.index-block-a .swiper-slide-active .img-box {
  opacity: 1;
}
.index-block-a .swiper-slide-active .cont {
  display: block;
}
.index-block-a .swiper-slide-active .title {
  opacity: 1;
}
.index-block-a .swiper-slide-prev .box {
  transform: translateX(25%);
}
.index-block-a .swiper-slide-prev .img-box {
  transform: scale(0.5);
}
.index-block-a .swiper-slide-next .box {
  transform: translateX(-25%);
}
.index-block-a .swiper-slide-next .img-box {
  transform: scale(0.5);
}
.index-block-a .box {
  transition: all 0.8s;
  display: block;
}
.index-block-a .img-box {
  transition: all 1.2s;
  opacity: 0.6;
}
.index-block-a .img-box::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 72.463%;
}
.index-block-a .title {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4em;
  color: #222222;
  opacity: 0.1;
}
.index-block-a .cont {
  display: none;
  margin-left: -20%;
  margin-top: 24px;
  width: 140%;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #555555;
  -webkit-line-clamp: 3;
}
.index-block-a .swiper-btns .swiper-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
.index-block-a .swiper-btns .swiper-btn.prev {
  left: 0;
}
.index-block-a .swiper-btns .swiper-btn.next {
  right: 0;
}
@media (min-width: 1201px) and (max-width: 1530px) {
  .index-block-a .swiper-box {
    margin: 0 -10px;
  }
}
@media (max-width: 1200px) {
  .index-block-a {
    padding-bottom: 0.5rem;
  }
  .index-block-a .swiper-box {
    padding: 0 10px;
    margin: 0;
  }
  .index-block-a .title {
    font-size: 0.28rem;
  }
  .index-block-a .cont {
    margin-left: -45%;
    margin-top: 0.1rem;
    width: 190%;
    font-size: 0.24rem;
    line-height: 1.4em;
    letter-spacing: 0;
  }
  .index-block-a .swiper-btns .swiper-btn {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
  }
  .index-block-a .swiper-btns .swiper-btn.prev {
    left: 0;
  }
  .index-block-a .swiper-btns .swiper-btn.next {
    right: 0;
  }
}
.index-block-b .list1 {
  justify-content: center;
}
.index-block-c {
  overflow: hidden;
}
.index-block-c .solution-list {
  background: url(../images/index/bg2.jpg);
}
.index-block-c .solution-list .list-ul {
  margin: -4px -19px -19px;
  padding: 40px 0 60px;
}
.index-block-c .solution-list .list-li {
  padding: 19px;
}
.index-block-c .solution-list .list-li .list-box {
  transition: all 0.3s;
  transform: translateY(0);
}
.index-block-c .solution-list .list-li .list-box:hover {
  transform: translateY(-13px);
}
.index-block-c .solution-list .list-li img {
  display: block;
  margin: 0 auto;
}
.index-block-c .solution-list .list-li .bg {
  position: relative;
  margin-top: 12px;
  padding: 0 35px 40px;
}
.index-block-c .solution-list .list-li .bg::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 24px);
  background: #ffffff url(../images/index/bg2_2.png) no-repeat center / 100% 100%;
}
.index-block-c .solution-list .list-li .list-title {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 auto;
  min-width: 295px;
  padding: 7px 15px;
  background-image: linear-gradient(-15deg, #137fdc 0%, #03aaa8 100%), linear-gradient(#001836, #001836);
  background-blend-mode: normal, normal;
  border-radius: 24px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4em;
  color: #ffffff;
}
.index-block-c .solution-list .list-li .list-des {
  position: relative;
  margin-top: 14px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 1px;
  color: #999999;
}
.index-block-c .solution-list .list-li .list-list {
  position: relative;
  margin-bottom: 8px;
}
.index-block-c .solution-list .list-li .list-list-a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  color: #333333;
}
.index-block-c .solution-list .list-li .list-list-a:hover {
  color: #137fdc;
}
.index-block-c .solution-list .list-li .more {
  position: relative;
  font-size: 16px;
  letter-spacing: 1px;
  color: #999999;
}
.index-block-c .solution-list .list-li .more:hover {
  color: #137fdc;
}
@media (max-width: 1200px) {
  .index-block-c .solution-list .list-ul {
    margin: 0;
    padding: 0.4rem 0;
  }
  .index-block-c .solution-list .list-li {
    padding: 0.25rem 0;
  }
  .index-block-c .solution-list .list-li .list-box:hover {
    transform: translateY(-0.15rem);
  }
  .index-block-c .solution-list .list-li img {
    width: 0.49rem;
  }
  .index-block-c .solution-list .list-li .bg {
    position: relative;
    margin-top: 0.2rem;
    padding: 0 0.5rem 0.3rem;
  }
  .index-block-c .solution-list .list-li .bg::before {
    height: calc(100% - 0.35rem);
  }
  .index-block-c .solution-list .list-li .list-title {
    min-width: 96%;
    padding: 0.15rem 0.3rem;
    border-radius: 0.35rem;
    font-size: 0.28rem;
  }
  .index-block-c .solution-list .list-li .list-des {
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
    font-size: 0.26rem;
    line-height: 1.4em;
    letter-spacing: 0;
  }
  .index-block-c .solution-list .list-li .list-list {
    margin-bottom: 0.1rem;
    height: auto!important;
  }
  .index-block-c .solution-list .list-li .list-list-a {
    font-size: 0.24rem;
    line-height: 2.2em;
  }
  .index-block-c .solution-list .list-li .more {
    font-size: 0.24rem;
  }
}
.index-block-d {
  padding-bottom: 60px;
}
.index-block-d .swiper-box {
  position: relative;
  margin: 0 -95px;
  padding: 0 95px;
  text-align: center;
}
.index-block-d .swiper-box .swiper-slide {
  opacity: 0;
}
.index-block-d .swiper-box .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.index-block-d .swiper-box .swiper-slide.swiper-slide-prev,
.index-block-d .swiper-box .swiper-slide.swiper-slide-next {
  opacity: 0.25;
}
.index-block-d .swiper-box .box {
  display: block;
  position: relative;
}
.index-block-d .swiper-box .img-box::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 61.344%;
}
.index-block-d .swiper-box .title {
  margin-top: 30px;
  padding: 0 15px;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.4em;
  color: #222222;
}
.index-block-d .swiper-box .swiper-btns .swiper-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  margin-top: -25px;
  transform: translateY(-50%);
}
.index-block-d .swiper-box .swiper-btns .swiper-btn.prev {
  left: 0;
}
.index-block-d .swiper-box .swiper-btns .swiper-btn.next {
  right: 0;
}
.index-block-d .des {
  margin-top: 8px;
  margin-bottom: 45px;
  text-align: center;
  font-size: 16px;
  line-height: 1.4em;
  color: #777777;
}
.index-block-d .des .phone {
  font-size: 18px;
}
@media (min-width: 1201px) and (max-width: 1530px) {
  .index-block-d .swiper-box {
    margin: 0 -10px;
  }
}
@media (max-width: 1200px) {
  .index-block-d {
    padding-bottom: 0.5rem;
  }
  .index-block-d .swiper-box {
    margin: 0;
    padding: 0;
  }
  .index-block-d .swiper-box .title {
    margin-top: 0.2rem;
    padding: 0 0.15rem;
    font-size: 0.28rem;
  }
  .index-block-d .swiper-box .swiper-btns .swiper-btn {
    margin-top: -0.25rem;
  }
  .index-block-d .des {
    margin-top: 0.1rem;
    margin-bottom: 0.3rem;
    font-size: 0.24rem;
  }
  .index-block-d .des .phone {
    font-size: 0.26rem;
  }
}
.index-block-e {
  padding-bottom: 64px;
  background: url(../images/index/bg3.jpg) no-repeat center / 100% 100%;
}
.index-block-e .auto-title-a .auto-title-des {
  opacity: 0.47;
}
.index-block-e .type-list {
  margin: 0 -14px;
}
.index-block-e .type-list .type-li {
  padding: 14px;
}
.index-block-e .type-list .bg {
  border-radius: 6px;
  height: 100%;
  padding: 7px 17px 24px;
  background: #ffffff;
}
.index-block-e .type-list .li-li {
  border-bottom: 1px solid rgba(218, 218, 218, 0.28);
}
.index-block-e .type-list .li-li:first-child {
  padding-top: 15px;
  padding-bottom: 18px;
}
.index-block-e .type-list .li-li:first-child .title {
  width: 56%;
  padding-left: 14px;
  -webkit-line-clamp: 3;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #333333;
}
.index-block-e .type-list .li-li:hover .title {
  color: #137fdc;
  transform: translateX(3px);
}
.index-block-e .type-list .img-box {
  width: 43.705%;
}
.index-block-e .type-list .img-box::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 65.384%;
}
.index-block-e .type-list .title {
  width: 100%;
  font-size: 14px;
  line-height: 46px;
  color: #666666;
  transform: translateX(0);
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .index-block-e {
    padding-bottom: 0.5rem;
  }
  .index-block-e .type-list {
    margin: -5px;
  }
  .index-block-e .type-list .type-li {
    padding: 5px;
  }
  .index-block-e .type-list .bg {
    border-radius: 6px;
    padding: 0.1rem 0.25rem 0.35rem;
  }
  .index-block-e .type-list .li-li:first-child {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .index-block-e .type-list .li-li:first-child .title {
    padding-left: 0.2rem;
    font-size: 0.26rem;
    line-height: 1.4em;
  }
  .index-block-e .type-list .title {
    font-size: 0.26rem;
    line-height: 2.6em;
  }
}
.index-block-f .flex-top {
  padding-top: 65px;
  padding-bottom: 55px;
}
.index-block-f .flex-top .wrap::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 2.84%;
}
.index-block-f .flex-top .cont {
  width: 45.769%;
}
.index-block-f .flex-top .cont .word {
  margin-top: 33px;
  margin-bottom: 65px;
  -webkit-line-clamp: 3;
  font-size: 16px;
  line-height: 34px;
  color: #555555;
}
.index-block-f .flex-top .imgs {
  position: relative;
  width: 46.154%;
}
.index-block-f .flex-top .imgs img {
  display: block;
  position: relative;
  z-index: 1;
}
.index-block-f .flex-top .imgs::after {
  content: "";
  display: block;
  position: absolute;
  left: -6.166%;
  bottom: -10%;
  height: 54.054%;
  width: 66.666%;
  background: url(../images/index/bg3.png) no-repeat center / contain;
}
.index-block-f .other-type {
  overflow: hidden;
}
.index-block-f .other-type .type-box .box-btn {
  margin: 0 17px;
}
.index-block-f .other-type .type-box .imgs {
  position: relative;
}
.index-block-f .other-type .type-box .imgs img {
  display: block;
  transition: all 0.3s;
}
.index-block-f .other-type .type-box .imgs .i {
  opacity: 1;
}
.index-block-f .other-type .type-box .imgs .i_h {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.index-block-f .other-type .type-box .cont {
  margin-left: 14px;
}
.index-block-f .other-type .type-box .cont .title {
  position: relative;
  display: inline-block;
  font-size: 22px;
  font-weight: normal;
  line-height: 1em;
  color: #333333;
  transition: all 0.3s;
}
.index-block-f .other-type .type-box .cont .title span {
  position: relative;
  z-index: 1;
}
.index-block-f .other-type .type-box .cont .title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(-15deg, #137fdc 0%, #03aaa8 100%), linear-gradient(#018ae2, #018ae2);
  background-blend-mode: normal, normal;
  transition: all 0.3s;
}
.index-block-f .other-type .type-box .cont .txt {
  font-size: 12px;
  line-height: 1.4em;
  color: #999999;
}
.index-block-f .other-type .type-box .on .imgs .i {
  opacity: 0;
}
.index-block-f .other-type .type-box .on .imgs .i_h {
  opacity: 1;
}
.index-block-f .other-type .type-box .on .cont .title {
  font-weight: bold;
}
.index-block-f .other-type .type-box .on .cont .title::after {
  opacity: 1;
}
.index-block-f .other-type .swiper-box {
  position: relative;
  margin-top: 25px;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 65px;
}
.index-block-f .other-type .swiper-box::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50vw);
  width: 100vw;
  height: 100%;
  background-color: #f7f7f7;
}
.index-block-f .other-type .swiper-box .swiper-container {
  padding: 45px 15px 0 15px;
  margin-bottom: 50px;
}
.index-block-f .other-type .swiper-box .swiper-li {
  display: none;
}
.index-block-f .other-type .swiper-box .swiper-slide {
  display: inline-flex;
}
.index-block-f .other-type .swiper-box .box {
  display: block;
}
.index-block-f .other-type .swiper-box .box img {
  display: block;
  transform: scale(1);
  transition: all 0.3s;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0);
}
.index-block-f .other-type .swiper-box .box:hover img {
  transform: scale(1.01);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.index-block-f .other-type .swiper-box .more-box-a {
  position: relative;
}
@media (max-width: 1200px) {
  .index-block-f .flex-top {
    padding-top: 0.55rem;
    padding-bottom: 0.5rem;
  }
  .index-block-f .flex-top .cont {
    width: 100%;
  }
  .index-block-f .flex-top .cont .word {
    margin-top: 0.2rem;
    margin-bottom: 0.25rem;
    font-size: 0.24rem;
    line-height: 1.8em;
  }
  .index-block-f .flex-top .imgs {
    margin-top: 0.3rem;
    margin-left: 6%;
    width: 94%;
  }
  .index-block-f .other-type {
    margin-top: 0.25rem;
  }
  .index-block-f .other-type .type-box {
    margin: 0 -10px;
  }
  .index-block-f .other-type .type-box .box-btn {
    margin: 0 10px;
    width: 25%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .index-block-f .other-type .type-box .imgs {
    display: none;
  }
  .index-block-f .other-type .type-box .cont {
    margin-left: 0;
    width: 100%;
  }
  .index-block-f .other-type .type-box .cont .title {
    font-size: 0.3rem;
  }
  .index-block-f .other-type .type-box .cont .txt {
    font-size: 0.2rem;
  }
  .index-block-f .other-type .swiper-box {
    position: relative;
    margin: 0.3rem 0 0;
    padding-bottom: 0.5rem;
  }
  .index-block-f .other-type .swiper-box .swiper-container {
    padding: 0.35rem 15px;
    margin-bottom: 0.15rem;
  }
}
/**通用banner**/
.auto-banner {
  position: relative;
}
.auto-banner .img img {
  display: block;
}
.auto-banner .form-type-b {
  position: absolute;
  left: 0;
  bottom: 1rem;
  width: 100%;
}
.auto-banner .form-type-b .wrap {
  width: 980px;
}
.auto-banner .cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
.auto-banner .cont .h1 {
  font-size: 32px;
  line-height: 1.4em;
  letter-spacing: 1px;
}
.auto-banner .cont .des {
  margin-top: 10px;
  font-size: 17px;
  line-height: 1.4em;
}
@media (max-width: 992px) {
  .auto-banner .img {
    position: relative;
    height: 3rem;
  }
  .auto-banner .img img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 3rem;
    max-width: 9999%;
  }
  .auto-banner .form-type-b {
    position: absolute;
    left: 0;
    bottom: 1rem;
    width: 100%;
  }
  .auto-banner .form-type-b .wrap {
    width: 100%;
  }
}
/**二级分类**/
.next-menu {
  position: relative;
  margin-top: -38px;
}
.next-menu .swiper-container {
  margin: 0 -12px;
}
.next-menu .swiper-slide {
  width: auto;
  padding: 10px 12px;
}
.next-menu .swiper-slide .link {
  border-radius: 3px;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  min-width: 220px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 56px;
  color: #083c85;
  transition: all 0.3s;
}
.next-menu .swiper-slide .link:hover,
.next-menu .swiper-slide .link.on {
  background-blend-mode: normal, normal;
  color: #ffffff;
}
.next-menu .swiper-slide .link:hover .imgs img,
.next-menu .swiper-slide .link.on .imgs img {
  transform: scale(1);
}
.next-menu .swiper-slide .link:hover .imgs .i,
.next-menu .swiper-slide .link.on .imgs .i {
  opacity: 0;
}
.next-menu .swiper-slide .link:hover .imgs .i_h,
.next-menu .swiper-slide .link.on .imgs .i_h {
  opacity: 1;
}
.next-menu .swiper-slide .imgs {
  position: relative;
}
.next-menu .swiper-slide .imgs img {
  display: block;
  transform: scale(0.8);
  transition: all 0.3s;
}
.next-menu .swiper-slide .imgs .i {
  opacity: 1;
}
.next-menu .swiper-slide .imgs .i_h {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.next-menu .swiper-slide .word {
  margin-left: 10px;
}
.next-menu .swiper-slide:nth-child(1) .link:hover,
.next-menu .swiper-slide:nth-child(1) .link.on {
  background-image: linear-gradient(-15deg, #ee4951 0%, #d0111b 100%), linear-gradient(#ffffff, #ffffff);
  box-shadow: 0px 0px 5px 0px rgba(208, 17, 27, 0.7);
}
.next-menu .swiper-slide:nth-child(2) .link:hover,
.next-menu .swiper-slide:nth-child(2) .link.on {
  background-image: linear-gradient(-15deg, #3a7bfd 0%, #4f88f9 100%), linear-gradient(#ffffff, #ffffff);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.06);
}
.next-menu .swiper-slide:nth-child(3) .link:hover,
.next-menu .swiper-slide:nth-child(3) .link.on {
  background-image: linear-gradient(-15deg, #04bcfa 0%, #18d9ff 100%), linear-gradient(#ffffff, #ffffff);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.06);
}
.next-menu .swiper-slide:nth-child(4) .link:hover,
.next-menu .swiper-slide:nth-child(4) .link.on {
  background-image: linear-gradient(-15deg, #ff6e38 0%, #ff9551 100%), linear-gradient(#ffffff, #ffffff);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.06);
}
.next-menu .swiper-slide:nth-child(5) .link:hover,
.next-menu .swiper-slide:nth-child(5) .link.on {
  background-image: linear-gradient(-15deg, #fdbd39 0%, #fdc645 50%, #fccf50 100%), linear-gradient(#e9e9e9, #e9e9e9);
  box-shadow: 0px 0px 5px 0px rgba(255, 172, 0, 0.8);
}
.next-menu .swiper-slide:nth-child(6) .link:hover,
.next-menu .swiper-slide:nth-child(6) .link.on {
  background-image: linear-gradient(-15deg, #fe5a59 0%, #fb7373 100%), linear-gradient(#e9e9e9, #e9e9e9);
  box-shadow: 0px 0px 5px 0px rgba(254, 91, 90, 0.8);
}
@media (max-width: 1200px) {
  /**二级分类**/
  .next-menu {
    margin-top: 0;
    padding: 0.25rem 0;
  }
  .next-menu .swiper-container {
    margin: 0 -0.2rem;
  }
  .next-menu .swiper-slide {
    padding: 0.15rem 0.2rem;
  }
  .next-menu .swiper-slide .link {
    min-width: 0;
    padding: 0.15rem 0.3rem;
    font-size: 0.26rem;
    line-height: 1.6em;
  }
  .next-menu .swiper-slide .imgs img {
    height: 0.5rem;
  }
  .next-menu .swiper-slide .word {
    margin-left: 0.1rem;
  }
}
.third-menu {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.third-menu .menu-list {
  margin: -8px;
}
.third-menu .menu-list .menu-li {
  width: 10%;
  padding: 8px;
}
.third-menu .menu-list .box {
  height: 100%;
  width: 100%;
  padding: 10px 15px 2px;
  background-image: linear-gradient(0deg, #e6e6e6 0%, #ededed 100%), linear-gradient(#e9e9e9, #e9e9e9);
  background-blend-mode: normal, normal;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0);
  border-radius: 0.2rem;
  align-content: flex-start;
  transition: all 0.3s;
}
.third-menu .menu-list .box.on,
.third-menu .menu-list .box:hover {
  background: #ff4e00;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.23);
}
.third-menu .menu-list .box.on .imgs .i,
.third-menu .menu-list .box:hover .imgs .i {
  opacity: 0;
}
.third-menu .menu-list .box.on .imgs .i_h,
.third-menu .menu-list .box:hover .imgs .i_h {
  opacity: 1;
}
.third-menu .menu-list .box.on .title,
.third-menu .menu-list .box:hover .title {
  color: #ffffff;
}
.third-menu .menu-list .imgs {
  position: relative;
}
.third-menu .menu-list .imgs img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.third-menu .menu-list .imgs .i {
  opacity: 1;
}
.third-menu .menu-list .imgs .i_h {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.third-menu .menu-list .title {
  margin-top: 2px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 1.4em;
  color: #333333;
}
@media (max-width: 1200px) {
  .third-menu {
    padding-top: 0;
    padding-bottom: 0.1rem;
  }
  .third-menu .menu-list {
    margin: -5px;
  }
  .third-menu .menu-list .menu-li {
    width: 25%;
    padding: 5px;
  }
  .third-menu .menu-list .box {
    padding: 0.15rem 0.15rem 0.1rem;
    border-radius: 0.15rem;
  }
  .third-menu .menu-list .imgs img {
    width: 0.5rem;
  }
  .third-menu .menu-list .title {
    margin-top: 0.05rem;
    font-size: 0.22rem;
  }
}
/**关于我们**/
.about-block-a {
  padding: 70px 0;
  background: url(../images/about/bg1.jpg) no-repeat bottom center / 100% 50%;
}
.about-block-a .flex-li {
  padding: 6px 0;
}
.about-block-a .flex-li .img {
  width: 47.692%;
}
.about-block-a .flex-li .cont {
  width: 47.692%;
  padding-top: 1%;
  padding-bottom: 1%;
}
.about-block-a .flex-li .auto-title-d {
  margin-bottom: 53px;
}
.about-block-a .flex-li .text {
  font-size: 17px;
  line-height: 36px;
  color: #333333;
}
.about-block-a .flex-li:nth-child(even) .img {
  order: 1;
}
.about-block-a .flex-li:nth-child(obb) .img {
  order: 2;
}
@media (max-width: 1200px) {
  .about-block-a {
    padding: 0 0 0.3rem;
  }
  .about-block-a .flex-li .img {
    width: 100%;
  }
  .about-block-a .flex-li .cont {
    width: 100%;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .about-block-a .flex-li .auto-title-d {
    margin-bottom: 0.3rem;
  }
  .about-block-a .flex-li .text {
    font-size: 0.28rem;
    line-height: 1.4em;
  }
  .about-block-a .flex-li:nth-child(even) .img {
    order: 0;
  }
  .about-block-a .flex-li:nth-child(obb) .img {
    order: 0;
  }
}
.about-block-b {
  background: url(../images/about/bg2.jpg) no-repeat bottom center / 100% 100%;
  padding-bottom: 0.84rem;
}
.about-block-b .swiper-box {
  margin: 0 -0.85rem;
  position: relative;
  padding: 0 0.61rem;
}
.about-block-b .swiper-box .swiper-container {
  margin: -0.11rem 0;
  padding: 0.11rem;
}
.about-block-b .swiper-box .swiper-slide {
  display: inline-flex;
  height: auto;
}
.about-block-b .swiper-box .box {
  width: 100%;
  margin: 0 12px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0);
  padding: 0.45rem 0.35rem 0.75rem;
  text-align: center;
  transition: all 0.3s;
}
.about-block-b .swiper-box .box:hover {
  box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.04);
}
.about-block-b .swiper-box img {
  display: block;
  margin: 0 auto;
  width: 112px;
}
.about-block-b .swiper-box .title {
  margin-top: 0.23rem;
  margin-bottom: 0.17rem;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #333333;
}
.about-block-b .swiper-box .text {
  font-size: 14px;
  line-height: 1.4em;
  color: #777777;
}
.about-block-b .swiper-box .swiper-btns-b .swiper-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
}
.about-block-b .swiper-box .swiper-btns-b .swiper-btn.prev {
  left: 0;
}
.about-block-b .swiper-box .swiper-btns-b .swiper-btn.next {
  right: 0;
}
@media (min-width: 1201px) and (max-width: 1530px) {
  .about-block-b .swiper-box {
    margin: 0 -10px;
  }
}
@media (max-width: 1200px) {
  .about-block-b {
    padding-bottom: 0.5rem;
  }
  .about-block-b .swiper-box {
    margin: 0;
    padding: 0 10px;
  }
  .about-block-b .swiper-box .swiper-container {
    margin: 0;
    padding: 0;
  }
  .about-block-b .swiper-box .box {
    width: 100%;
    margin: 0 0.1rem;
    padding: 0.25rem 0.25rem;
    box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.04);
  }
  .about-block-b .swiper-box img {
    width: 1.12rem;
  }
  .about-block-b .swiper-box .title {
    margin-top: 0.2rem;
    font-size: 0.26rem;
    line-height: 1.4em;
  }
  .about-block-b .swiper-box .text {
    font-size: 0.22rem;
  }
}
.about-block-c {
  padding-top: 0.2rem;
  padding-bottom: 1.08rem;
}
.about-block-c .swiper-box {
  margin: -0.25rem -0.85rem 0;
  position: relative;
  padding: 0 0.85rem;
}
.about-block-c .swiper-box .swiper-container {
  margin: -0.14rem;
  padding: 0.14rem 0;
}
.about-block-c .swiper-box .box {
  display: flex;
  margin: 0 14px;
  background-color: #ffffff;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
  height: 100%;
  padding: 0.4rem;
  text-align: center;
  transform: translateY(0);
  transition: all 0.3s;
}
.about-block-c .swiper-box .box:hover {
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}
.about-block-c .swiper-box img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.about-block-c .swiper-box .swiper-btns-b .swiper-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
}
.about-block-c .swiper-box .swiper-btns-b .swiper-btn.prev {
  left: 0;
}
.about-block-c .swiper-box .swiper-btns-b .swiper-btn.next {
  right: 0;
}
@media (min-width: 1201px) and (max-width: 1530px) {
  .about-block-c .swiper-box {
    margin: 0 -10px;
  }
}
@media (max-width: 1200px) {
  .about-block-c {
    padding-top: 0;
    padding-bottom: 0.5rem;
  }
  .about-block-c .swiper-box {
    margin: 0;
    padding: 0;
  }
  .about-block-c .swiper-box .swiper-container {
    margin: 0;
    padding: 0.15rem 0;
  }
  .about-block-c .swiper-box .box {
    margin: 0 0.1rem;
    padding: 0.2rem;
  }
}
.about-block-d {
  padding-top: 0.15rem;
  padding-bottom: 0.84rem;
  background: url(../images/about/bg3.jpg) no-repeat bottom center / 100% 100%;
}
.about-block-d .more-box-b {
  margin-top: 65px;
  width: 100%;
}
@media (max-width: 1200px) {
  .about-block-d {
    padding-top: 0;
    padding-bottom: 0.5rem;
  }
  .about-block-d .more-box-b {
    margin-top: 0.35rem;
  }
}
.about-block-e {
  padding-top: 0.2rem;
  padding-bottom: 1rem;
}
.about-block-e .swiper-box {
  margin: -0.25rem -0.85rem 0;
  position: relative;
  padding: 0 0.85rem;
}
.about-block-e .swiper-box .swiper-container {
  margin: -0.14rem;
  padding: 0.14rem 0;
}
.about-block-e .swiper-box .box {
  display: flex;
  margin: 0 14px;
  background-color: #ffffff;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  transform: translateY(0);
  transition: all 0.3s;
}
.about-block-e .swiper-box .box:hover {
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}
.about-block-e .swiper-box img {
  display: block;
  margin: 0 auto;
  position: static;
  width: 100%;
}
.about-block-e .swiper-box .swiper-btns-b .swiper-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
}
.about-block-e .swiper-box .swiper-btns-b .swiper-btn.prev {
  left: 0;
}
.about-block-e .swiper-box .swiper-btns-b .swiper-btn.next {
  right: 0;
}
@media (min-width: 1201px) and (max-width: 1530px) {
  .about-block-e .swiper-box {
    margin: 0 -10px;
  }
}
@media (max-width: 1200px) {
  .about-block-e {
    padding-top: 0;
    padding-bottom: 0.5rem;
  }
  .about-block-e .swiper-box {
    margin: 0;
    padding: 0 0.1rem;
  }
  .about-block-e .swiper-box .swiper-container {
    margin: 0;
    padding: 0;
  }
  .about-block-e .swiper-box .box {
    display: flex;
    margin: 0 0.1rem;
  }
}
.about-block-f {
  padding-top: 0.2rem;
  padding-bottom: 1rem;
  background-color: #f4f4f4;
}
.about-block-f .list {
  margin-top: -6px;
}
.about-block-f .list .list-li {
  width: 14.28%;
  margin-top: -1px;
  margin-left: -1px;
}
.about-block-f .list .box {
  display: flex;
  z-index: 3;
  border: solid 1px #eeeeee;
  box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0);
  align-content: center;
  justify-content: center;
  transition: all 0.3s;
}
.about-block-f .list .box:hover {
  position: relative;
  box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.19);
}
@media (max-width: 1200px) {
  .about-block-f {
    padding-top: 0;
    padding-bottom: 0.5rem;
  }
  .about-block-f .list {
    margin-top: 0;
  }
  .about-block-f .list .list-li {
    width: 33.33%;
  }
}
/**产品列表**/
.main-bg {
  background: url(../images/product/bg1.jpg) no-repeat center / 100% 100%;
}
.product-list .list3 {
  padding-top: 20px;
  padding-bottom: 55px;
}
.product-list .page-btn-box {
  /*padding-bottom: 0;*/
}
@media (max-width: 1200px) {
  .product-list .list3 {
    padding-top: 0.2rem;
    padding-bottom: 0.5rem;
  }
  .product-list .page-btn-box {
    padding-bottom: 0;
  }
}
/**产品详情**/
.product-info-a {
  padding-top: 55px;
  padding-bottom: 100px;
}
.product-info-a .img-left {
  position: relative;
  width: 47.692%;
}
.product-info-a .img-left .position {
  position: relative;
}
.product-info-a .img-left .big .video {
  display: none;
  background: #000000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.product-info-a .img-left .big.no-video .icons {
  --size1: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: var(--size1);
  height: var(--size1);
  background: rgba(0, 0, 0, 0.2) url(../images/icon_2_1.png) no-repeat center/60%;
}
.product-info-a .img-left .big .probox {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.product-info-a .img-left .big.no-video .probox {
  display: block;
}
.product-info-a .img-left .big .hoverbox {
  display: none;
  position: absolute;
  top: 0;
  z-index: 10;
  height: 50%;
  width: 50%;
  cursor: move;
  background: #d0111b;
  opacity: 0.7;
}
.product-info-a .img-left .showbox {
  display: none;
  position: absolute;
  left: 102%;
  top: 0;
  z-index: 2;
  border: 1px solid #eee;
  width: 80%;
  height: 80%;
  overflow: hidden;
  background-color: #ffffff;
}
.product-info-a .img-left .showbox img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 200%;
  max-width: 99999%;
  object-fit: contain;
}
.product-info-a .img-left .big.play img {
  opacity: 0;
}
.product-info-a .img-left .big.play .video {
  display: block;
}
.product-info-a .img-left .img-box::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 72.58%;
}
.product-info-a .img-left .swiper-box {
  margin-top: 20px;
  position: relative;
  padding: 0 40px;
}
.product-info-a .img-left .img-box {
  display: block;
  border: 1px solid transparent;
  cursor: pointer;
}
.product-info-a .img-left .on .img-box,
.product-info-a .img-left .img-box:hover {
  border-image-source: linear-gradient(-15deg, #137fdc 0%, #03aaa8 100%);
  border-image-slice: 1;
}
.product-info-a .img-left .swiper-btn {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 40px;
  cursor: pointer;
}
.product-info-a .img-left .swiper-btn.prev {
  left: 0;
}
.product-info-a .img-left .swiper-btn.next {
  right: 0;
}
.product-info-a .cont-right {
  width: 47%;
}
.product-info-a .cont-right .type {
  font-size: 16px;
  line-height: 1.4em;
  color: #777777;
}
.product-info-a .cont-right .h1 {
  margin-top: 14px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4em;
  color: #333333;
}
.product-info-a .cont-right .h1 .red {
  color: #f00;
}
.product-info-a .cont-right .line {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding-top: 30px;
  padding-bottom: 25px;
}
.product-info-a .cont-right .text {
  font-size: 16px;
  line-height: 34px;
  color: #6f6f6f;
}
.product-info-a .cont-right .tips {
  margin-top: 30px;
  font-size: 15px;
  line-height: 30px;
}
.product-info-a .cont-right .tips .txt {
  margin-bottom: 4px;
}
.product-info-a .cont-right .contact-block .btn {
  font-family: Bebas;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0px;
  color: #d0111b;
}
.product-info-a .cont-right .contact-block .btn img {
  margin-right: 0.2em;
}
.product-info-a .cont-right .btns-box .btns-btn {
  position: static;
  margin-top: 20px;
  border-radius: 4px;
  background: #e9e9e9;
  background-blend-mode: normal, normal;
  width: 30%;
  padding: 12px 15px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4em;
  color: #083c85;
  transform: translateY(0);
  transition: all 0.3s;
}
.product-info-a .cont-right .btns-box .btns-btn .imgs {
  position: relative;
  margin-right: 13px;
}
.product-info-a .cont-right .btns-box .btns-btn .imgs img {
  display: block;
  transition: all 0.3s;
}
.product-info-a .cont-right .btns-box .btns-btn .imgs .i {
  opacity: 1;
}
.product-info-a .cont-right .btns-box .btns-btn .imgs .i-h {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.product-info-a .cont-right .btns-box .btns-btn.on,
.product-info-a .cont-right .btns-box .btns-btn:hover {
  color: #ffffff;
  transform: translateY(-3px);
}
.product-info-a .cont-right .btns-box .btns-btn.on .imgs .i,
.product-info-a .cont-right .btns-box .btns-btn:hover .imgs .i {
  opacity: 0;
}
.product-info-a .cont-right .btns-box .btns-btn.on .imgs .i-h,
.product-info-a .cont-right .btns-box .btns-btn:hover .imgs .i-h {
  opacity: 1;
}
.product-info-a .cont-right .btns-box .btn1.on,
.product-info-a .cont-right .btns-box .btn1:hover {
  background-image: linear-gradient(-15deg, #ee4951 0%, #d0111b 100%), linear-gradient(#e9e9e9, #e9e9e9);
  box-shadow: 0px 0px 5px 0px rgba(208, 17, 27, 0.7);
}
.product-info-a .cont-right .btns-box .btn2.on,
.product-info-a .cont-right .btns-box .btn2:hover {
  background-image: linear-gradient(-15deg, #3a7bfd 0%, #4f88f9 100%), linear-gradient(#e9e9e9, #e9e9e9);
  box-shadow: 0px 0px 5px 0px rgba(58, 123, 253, 0.84);
}
.product-info-a .cont-right .btns-box .btn3.on,
.product-info-a .cont-right .btns-box .btn3:hover {
  background-image: linear-gradient(-15deg, #ff6e38 0%, #ff9551 100%), linear-gradient(#e9e9e9, #e9e9e9);
  box-shadow: 0px 0px 5px 0px rgba(255, 110, 56, 0.56);
}
.product-info-a .cont-right .btns-box .btn4.on,
.product-info-a .cont-right .btns-box .btn4:hover {
  background-image: linear-gradient(-15deg, #04bcfa 0%, #18d9ff 100%), linear-gradient(#dedede, #dedede);
  box-shadow: 0px 0px 5px 0px rgba(26, 81, 94, 0.23);
}
.product-info-a .cont-right .btns-box .btn5.on,
.product-info-a .cont-right .btns-box .btn5:hover {
  background-image: linear-gradient(-15deg, #fdbd39 0%, #fdc645 50%, #fccf50 100%), linear-gradient(#e9e9e9, #e9e9e9);
  box-shadow: 0px 0px 5px 0px rgba(255, 172, 0, 0.8);
}
.product-info-a .cont-right .btns-box .btn6.on,
.product-info-a .cont-right .btns-box .btn6:hover {
  background-image: linear-gradient(-15deg, #fe5a59 0%, #fb7373 100%), linear-gradient(#e9e9e9, #e9e9e9);
  box-shadow: 0px 0px 5px 0px rgba(254, 91, 90, 0.8);
}
@media (max-width: 1200px) {
  .product-info-a {
    padding-top: 0.55rem;
    padding-bottom: 0.5rem;
  }
  .product-info-a .img-left {
    width: 100%;
  }
  .product-info-a .img-left .swiper-box {
    margin-top: 0.2rem;
    position: relative;
    padding: 0 0.4rem;
  }
  .product-info-a .img-left .swiper-btn {
    width: 0.4rem;
  }
  .product-info-a .cont-right {
    width: 100%;
    padding-top: 0.4rem;
  }
  .product-info-a .cont-right .type {
    font-size: 0.3rem;
  }
  .product-info-a .cont-right .h1 {
    margin-top: 0.1em;
    font-size: 0.34rem;
  }
  .product-info-a .cont-right .line {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .product-info-a .cont-right .text {
    font-size: 0.26rem;
    line-height: 1.6em;
  }
  .product-info-a .cont-right .tips {
    margin-top: 0.2rem;
    font-size: 0.24rem;
    line-height: 1.6em;
  }
  .product-info-a .cont-right .tips .txt {
    margin-bottom: 0.15rem;
  }
  .product-info-a .cont-right .contact-block .btn {
    margin: 0.1rem 0;
    width: 48%;
    font-size: 0.3rem;
    line-height: 0.3rem;
  }
  .product-info-a .cont-right .contact-block .btn img {
    margin-right: 0.2rem;
    height: 0.34rem;
  }
  .product-info-a .cont-right .contact-block .btn:nth-child(1),
  .product-info-a .cont-right .contact-block .btn:nth-child(3) {
    order: 0;
  }
  .product-info-a .cont-right .contact-block .btn:nth-child(2),
  .product-info-a .cont-right .contact-block .btn:nth-child(4) {
    order: 1;
  }
  .product-info-a .cont-right .btns-box .btns-btn {
    margin-top: 0.2rem;
    width: 48%;
    padding: 0.15rem;
    font-size: 0.3rem;
  }
  .product-info-a .cont-right .btns-box .btns-btn img {
    margin-right: 0.15rem;
    height: 0.46rem;
  }
}
.put-product-a {
  padding-bottom: 53px;
  background: url(../images/product/bg2.jpg) no-repeat center / 100% 100%;
}
.put-product-a .swiper-box {
  margin: 0 -70px;
  position: relative;
  padding: 0 70px;
}
.put-product-a .swiper-box .swiper-slide {
  text-align: center;
}
.put-product-a .swiper-box .swiper-slide .box {
  display: block;
  background: #ffffff;
  border-radius: 6px;
  padding: 10px;
  box-shadow: 0 0 0 inset rgba(0, 0, 0, 0);
  color: #333333;
  overflow: hidden;
  transition: all 0.3s;
}
.put-product-a .swiper-box .swiper-slide .box:hover {
  box-shadow: 0 0 15px inset rgba(0, 0, 0, 0.1);
  color: #137fdc;
}
.put-product-a .swiper-box .swiper-slide .title {
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.4em;
  transition: all 0.3s;
}
.put-product-a .swiper-btn {
  position: absolute;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 40px;
}
.put-product-a .swiper-btn svg {
  fill: #ffffff;
}
.put-product-a .swiper-btn.prev {
  left: 0;
}
.put-product-a .swiper-btn.next {
  right: 0;
}
@media (max-width: 1500px) {
  .put-product-a .swiper-box {
    margin: 0;
    padding: 0 40px;
  }
}
@media (max-width: 1200px) {
  .put-product-a {
    padding-bottom: 0.5rem;
  }
  .put-product-a .swiper-box {
    padding: 0 0.4rem;
  }
  .put-product-a .swiper-box .swiper-slide .box {
    padding: 0.2rem 0.2rem 0.15rem;
  }
  .put-product-a .swiper-box .swiper-slide .title {
    font-size: 0.26rem;
  }
  .put-product-a .swiper-btn {
    width: 0.4rem;
  }
}
.product-info-b {
  padding-top: 70px;
  padding-bottom: 75px;
}
.product-info-b .left-cont {
  width: 240px;
  flex-shrink: 0;
}
.product-info-b .left-cont .ul .li {
  position: relative;
}
.product-info-b .left-cont .ul .li::before {
  content: "";
  display: block;
  position: absolute;
  background-blend-mode: normal, normal;
  pointer-events: none;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  border-radius: 28px 3px 3px 28px;
}
.product-info-b .left-cont .ul .li.on::before,
.product-info-b .left-cont .ul .li:hover::before {
  width: calc(100% + 18px);
}
.product-info-b .left-cont .ul .li + .li {
  margin-top: 7px;
}
.product-info-b .left-cont .ul .li:nth-child(1)::before {
  background-image: linear-gradient(-15deg, #04bcfa 0%, #18d9ff 100%), linear-gradient(#ffffff, #ffffff);
  box-shadow: 0px 0px 5px 0px rgba(26, 81, 94, 0.23);
}
.product-info-b .left-cont .ul .li:nth-child(2)::before {
  background-image: linear-gradient(-15deg, #ff6e38 0%, #ff9551 100%), linear-gradient(#ffffff, #ffffff);
  box-shadow: 0px 0px 5px 0px rgba(255, 110, 56, 0.56);
}
.product-info-b .left-cont .ul .li:nth-child(3)::before {
  background-image: linear-gradient(-15deg, #29bdbf 0%, #4ed5d1 100%), linear-gradient(#ffffff, #ffffff);
  box-shadow: 0px 0px 5px 0px rgba(42, 190, 192, 0.7);
}
.product-info-b .left-cont .ul .li:nth-child(4)::before {
  background-image: linear-gradient(-15deg, #fe5a59 0%, #fb7373 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
  box-shadow: 0px 0px 5px 0px rgba(254, 91, 90, 0.8);
}
.product-info-b .left-cont .ul .btn {
  position: relative;
  padding: 0 24px;
  font-size: 16px;
  font-weight: bold;
  line-height: 56px;
  color: #ffffff;
}
.product-info-b .left-cont .ul svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}
.product-info-b .left-cont .title {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4em;
  color: #333333;
}
.product-info-b .right-cont {
  width: calc(100% - 265px);
  padding: 35px 35px 35px 40px;
}
.product-info-b .right-cont .right-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4em;
  color: #333333;
}
.product-info-b .right-cont .right-title::before {
  content: '';
  display: block;
  margin-right: 12px;
  width: 5px;
  height: 27px;
  background-image: linear-gradient(-15deg, #137fdc 0%, #03aaa8 100%), linear-gradient(#000000, #000000);
  background-blend-mode: normal, normal;
  border-radius: 3px;
}
.product-info-b .right-cont .right-title.mt {
  margin-top: 30px;
}
.product-info-b .right-cont .text-img {
  margin-top: 35px;
  font-size: 16px;
  line-height: 32px;
  color: #555555;
}
.product-info-b .right-cont .table-box {
  margin-top: 30px;
}
.product-info-b .right-cont .table-box table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.4em;
  color: #555555;
  text-align: center;
}
.product-info-b .right-cont .table-box table th:nth-child(1) {
  width: 23%;
}
.product-info-b .right-cont .table-box table th:nth-child(2) {
  width: 24%;
}
.product-info-b .right-cont .table-box table th:nth-child(3) {
  width: 13%;
}
.product-info-b .right-cont .table-box table th:nth-child(4) {
  width: 13%;
}
.product-info-b .right-cont .table-box table th:nth-child(5) {
  width: 27%;
}
.product-info-b .right-cont .table-box table th,
.product-info-b .right-cont .table-box table td {
  border: 1px solid #e5e5e5;
  height: 56px;
  padding: 10px;
}
.product-info-b .right-cont .table-box table .bg {
  background: #f8f8f8;
}
.product-info-b .right-cont .list5 {
  padding-top: 35px;
  padding-bottom: 15px;
}
@media (max-width: 1200px) {
  .product-info-b {
    padding-top: 0.55rem;
    padding-bottom: 0.5rem;
  }
  .product-info-b .left-cont {
    width: 100%;
    flex-shrink: 0;
  }
  .product-info-b .left-cont .ul {
    display: flex;
  }
  .product-info-b .left-cont .ul .li {
    width: 25%;
  }
  .product-info-b .left-cont .ul .li::before {
    border-radius: 3px 3px 3px 3px;
  }
  .product-info-b .left-cont .ul .li.on::before {
    top: -0.1rem;
    width: 100%;
    height: calc(100% + 0.2rem);
  }
  .product-info-b .left-cont .ul .li + .li {
    margin-top: 0;
  }
  .product-info-b .left-cont .ul .btn {
    padding: 0.15rem 0.15rem;
    justify-content: center;
    font-size: 0.25rem;
    font-weight: bold;
    line-height: 1.6em;
  }
  .product-info-b .left-cont .ul svg {
    display: none;
  }
  .product-info-b .left-cont .relevant-block {
    display: none;
  }
  .product-info-b .right-cont {
    margin-top: 0.35rem;
    width: 100%;
    padding: 0.35rem;
  }
  .product-info-b .right-cont .right-title {
    font-size: 0.3rem;
  }
  .product-info-b .right-cont .right-title::before {
    margin-right: 0.16rem;
    height: 0.4rem;
  }
  .product-info-b .right-cont .right-title.mt {
    margin-top: 0.3rem;
  }
  .product-info-b .right-cont .text-img {
    margin-top: 0.25rem;
    font-size: 0.28rem;
    line-height: 1.6em;
  }
  .product-info-b .right-cont .text-img table td {
    display: block;
  }
  .product-info-b .right-cont .text-img table td + td {
    margin-top: 1.5em;
  }
  .product-info-b .right-cont .table-box {
    margin-top: 0.3rem;
    overflow-x: auto;
  }
  .product-info-b .right-cont .table-box table {
    width: 180%;
    font-size: 0.26rem;
  }
  .product-info-b .right-cont .table-box table th,
  .product-info-b .right-cont .table-box table td {
    height: 3em;
    padding: 0.15rem;
  }
  .product-info-b .right-cont .list5 {
    padding-top: 0.35rem;
    padding-bottom: 0.2rem;
  }
}
.product-product-c {
  background: url(../images/product/bg3.jpg) no-repeat center / 100% 100%;
  padding-bottom: 85px;
}
@media (max-width: 1200px) {
  .product-product-c {
    padding-bottom: 0.5rem;
  }
}
.main-bg-b {
  background: #f4f5f7;
}
/**解决方案**/
.solution-block {
  margin-top: 40px;
}
.solution-block .list-block {
  padding: 45px 40px 70px;
}
@media (max-width: 1200px) {
  .solution-block {
    margin-top: 0;
  }
  .solution-block .list-block {
    padding: 0.25rem 0.3rem 0.4rem;
  }
}
.info-header {
  margin-bottom: 17px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4em;
  color: #333333;
}
.info-des {
  margin-top: 17px;
  font-size: 14px;
  line-height: 25px;
  color: #c8c8c8;
}
.info-content {
  font-size: 15px;
  line-height: 36px;
  color: #555555;
}
.info-content p {
  margin-top: 0.8em;
}
@media (max-width: 1200px) {
  .info-header {
    margin-bottom: 0.2rem;
    font-size: 0.32rem;
  }
  .info-des {
    margin-top: 0.2rem;
    font-size: 0.24rem;
    line-height: 1.6em;
  }
  .info-content {
    font-size: 0.24rem;
    line-height: 1.6em;
  }
  .info-content p {
    margin-top: 0.5em;
  }
}
.info-block-a {
  margin-top: 55px;
  padding-bottom: 110px;
}
.info-block-a .pad {
  padding-top: 45px;
  padding-bottom: 45px;
  padding-left: 50px;
  padding-right: 50px;
}
.info-block-a .info-content {
  margin-top: 25px;
  border-top: 1px solid #f0f0f0;
  padding-top: 40px;
  padding-bottom: 30px;
}
.info-block-a .table-box {
  margin-top: 30px;
}
.info-block-a .table-box table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.4em;
  color: #555555;
  text-align: center;
}
.info-block-a .table-box table th:nth-child(1) {
  width: 18.16%;
}
.info-block-a .table-box table th:nth-child(2) {
  width: 19.75%;
}
.info-block-a .table-box table th:nth-child(3) {
  width: 9.08%;
}
.info-block-a .table-box table th:nth-child(4) {
  width: 9.08%;
}
.info-block-a .table-box table th:nth-child(5) {
  width: 14%;
}
.info-block-a .table-box table th:nth-child(6) {
  width: 16.67%;
}
.info-block-a .table-box table th:nth-child(7) {
  width: 13.75%;
}
.info-block-a .table-box table th,
.info-block-a .table-box table td {
  border: 1px solid #e5e5e5;
  height: 56px;
  padding: 5px;
}
.info-block-a .table-box table .bg {
  background: #f8f8f8;
}
.info-block-a .table-box table p {
  margin-top: 0;
}
.info-block-a .table-box table .down-btn {
  display: inline-block;
  padding: 0 13px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  background-color: #d0111b;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  transform: translateY(0);
  transition: all 0.3s;
}
.info-block-a .table-box table .down-btn:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}
@media (max-width: 1200px) {
  .info-block-a {
    margin-top: 0;
    padding-bottom: 0.5rem;
  }
  .info-block-a .pad {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }
  .info-block-a .info-content {
    margin-top: 0.25rem;
    padding-top: 0.25rem;
    padding-bottom: 0;
  }
  .info-block-a .table-box {
    margin-top: 0.3rem;
    overflow-x: auto;
  }
  .info-block-a .table-box table {
    width: 200%;
    font-size: 0.26rem;
    line-height: 1.6em;
  }
  .info-block-a .table-box table th,
  .info-block-a .table-box table td {
    height: 3em;
    padding: 0.15rem;
  }
  .info-block-a .table-box table .down-btn {
    padding: 0 0.25rem;
    font-size: 0.24rem;
    line-height: 0.56rem;
    word-break: keep-all;
  }
  .info-block-a .table-box table .down-btn:hover {
    transform: translateY(0);
  }
}
.select-form {
  padding-top: 40px;
  padding-bottom: 40px;
}
.select-form .select-title {
  font-size: 30px;
  line-height: 61px;
  color: #333333;
}
.select-form .form .select {
  background-color: #ffffff;
  cursor: pointer;
  border: 1px solid transparent;
  width: 276px;
  height: 61px;
  padding: 0 23px;
  font-size: 15px;
  line-height: 49px;
  color: #333333;
  appearance: auto;
  -webkit-appearance: menulist;
}
.select-form .form .select + .select {
  margin-left: 16px;
}
.select-form .form .select.border {
  border-color: #eaeaea;
}
.select-form .form .select option:disabled {
  display: none;
}
@media (max-width: 1200px) {
  .select-form {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
  }
  .select-form .select-title {
    margin-bottom: 0.2rem;
    font-size: 0.32rem;
    line-height: 1.6em;
  }
  .select-form .form {
    width: 100%;
    justify-content: space-between;
  }
  .select-form .form .select {
    width: calc(50% - 6px);
    height: 0.7rem;
    padding: 0 0.3rem;
    font-size: 0.26rem;
    line-height: 0.7rem;
  }
  .select-form .form .select + .select {
    margin-left: 0;
  }
}
/**产品操作视频**/
@media (max-width: 1200px) {
  .server-block-a .select-form {
    padding-top: 0;
  }
}
/**售后服务**/
.after-service-a {
  padding-top: 40px;
  padding-bottom: 80px;
}
.after-service-a .left-cont {
  width: 240px;
  flex-shrink: 0;
}
.after-service-a .left-cont .ul .li {
  position: relative;
}
.after-service-a .left-cont .ul .li::before {
  content: "";
  display: block;
  position: absolute;
  background-blend-mode: normal, normal;
  pointer-events: none;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  border-radius: 28px 3px 3px 28px;
}
.after-service-a .left-cont .ul .li:hover::before,
.after-service-a .left-cont .ul .li.on::before {
  width: calc(100% + 18px);
}
.after-service-a .left-cont .ul .li + .li {
  margin-top: 7px;
}
.after-service-a .left-cont .ul .li:nth-child(1)::before {
  background-image: linear-gradient(-15deg, #04bcfa 0%, #18d9ff 100%), linear-gradient(#ffffff, #ffffff);
  box-shadow: 0px 0px 5px 0px rgba(26, 81, 94, 0.23);
}
.after-service-a .left-cont .ul .li:nth-child(2)::before {
  background-image: linear-gradient(-15deg, #ff6e38 0%, #ff9551 100%), linear-gradient(#ffffff, #ffffff);
  box-shadow: 0px 0px 5px 0px rgba(255, 110, 56, 0.56);
}
.after-service-a .left-cont .ul .li:nth-child(3)::before {
  background-image: linear-gradient(-15deg, #29bdbf 0%, #4ed5d1 100%), linear-gradient(#ffffff, #ffffff);
  box-shadow: 0px 0px 5px 0px rgba(42, 190, 192, 0.7);
}
.after-service-a .left-cont .ul .btn {
  position: relative;
  padding: 0 24px;
  font-size: 16px;
  font-weight: bold;
  line-height: 56px;
  color: #ffffff;
}
.after-service-a .left-cont .ul svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}
.after-service-a .left-cont .title {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4em;
  color: #333333;
}
.after-service-a .right-cont {
  width: calc(100% - 265px);
  padding: 30px 30px 30px 30px;
}
.after-service-a .right-cont .text-content {
  font-size: 16px;
  line-height: 1.8em;
  color: #666666;
}
@media (max-width: 1200px) {
  .after-service-a {
    padding-top: 0;
    padding-bottom: 0.5rem;
  }
  .after-service-a .left-cont {
    width: 100%;
    flex-shrink: 0;
  }
  .after-service-a .left-cont .ul {
    display: flex;
  }
  .after-service-a .left-cont .ul .li {
    width: 33.33%;
  }
  .after-service-a .left-cont .ul .li::before {
    border-radius: 3px 3px 3px 3px;
  }
  .after-service-a .left-cont .ul .li.on::before {
    top: -0.1rem;
    width: 100%;
    height: calc(100% + 0.2rem);
  }
  .after-service-a .left-cont .ul .li + .li {
    margin-top: 0;
  }
  .after-service-a .left-cont .ul .btn {
    padding: 0.15rem 0.15rem;
    justify-content: center;
    font-size: 0.25rem;
    font-weight: bold;
    line-height: 1.6em;
  }
  .after-service-a .left-cont .ul svg {
    display: none;
  }
  .after-service-a .right-cont {
    margin-top: 0.35rem;
    width: 100%;
    padding: 0.35rem;
  }
  .after-service-a .right-cont .text-content {
    font-size: 0.27rem;
    line-height: 1.6em;
  }
}
/**资讯中心**/
@media (max-width: 1200px) {
  .news-block .select-form {
    padding-top: 0;
  }
}
.info-page {
  padding: 20px 0;
  font-size: 15px;
  line-height: 30px;
  color: #555555;
}
.info-page p {
  max-width: 49%;
}
.info-page a {
  color: #555555;
}
.info-page a:hover {
  color: #137fdc;
}
@media (max-width: 1200px) {
  .info-page {
    padding: 0.25rem 0;
    font-size: 0.24rem;
    line-height: 1.6em;
  }
  .info-page p {
    width: 100%;
    max-width: 100%;
  }
  .info-page p + p {
    margin-top: 0.1rem;
  }
}
/**相关产品**/
.put-product-b .h3 {
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.6em;
  color: #333333;
}
@media (max-width: 1200px) {
  .put-product-b .h3 {
    margin-bottom: 0.15rem;
    font-size: 0.3rem;
  }
}
/**相关新闻**/
.put-news-a .h3 {
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.6em;
  color: #333333;
}
@media (max-width: 1200px) {
  .put-news-a .h3 {
    margin-bottom: 0.15rem;
    font-size: 0.3rem;
  }
}
/**新闻详情**/
.info-block-b {
  padding-top: 45px;
  padding-bottom: 45px;
}
.info-block-b .left-cont {
  max-width: calc(95% - 290px);
}
.info-block-b .left-cont .info-des {
  margin-top: 0;
}
.info-block-b .left-cont .info-content {
  margin-top: 32px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding-top: 30px;
  padding-bottom: 45px;
  font-size: 14px;
  line-height: 32px;
  color: #555555;
}
.info-block-b .left-cont .info-content p {
  margin-top: 0;
}
.info-block-b .right-cont {
  width: 290px;
}
.info-block-b .right-cont .put-product-b {
  margin-bottom: 54px;
}
@media (min-width: 1201px) {
  .info-block-b .info-header {
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  .info-block-b {
    padding-top: 0;
    padding-bottom: 0.4rem;
  }
  .info-block-b .left-cont {
    max-width: 100%;
  }
  .info-block-b .left-cont .info-header {
    text-align: center;
  }
  .info-block-b .left-cont .info-des {
    margin-bottom: 0.2rem;
    width: 100%;
  }
  .info-block-b .left-cont .share-box {
    width: 100%;
  }
  .info-block-b .left-cont .info-content {
    margin-top: 0.25rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.24rem;
    line-height: 1.6em;
  }
  .info-block-b .right-cont {
    width: 100%;
    padding-top: 0.15rem;
  }
  .info-block-b .right-cont .put-product-b {
    margin-bottom: 0.4rem;
  }
}
/**联系我们**/
.contact-block-a {
  padding: 65px 0 100px;
}
.contact-block-a .h2 {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: normal;
  line-height: 1.5em;
  color: #333333;
}
.contact-block-a .form {
  margin: -10px;
}
.contact-block-a .form .label {
  width: 100%;
  padding: 10px;
}
.contact-block-a .form .input {
  display: block;
  border: 1px solid transparent;
  width: 100%;
  padding: 23px 25px;
  font-size: 15px;
  line-height: 22px;
}
.contact-block-a .form textarea.input {
  height: 250px;
}
.contact-block-a .form .border {
  border-color: #e0e0e0;
  background: #ffffff;
}
.contact-block-a .form .submit {
  background-image: linear-gradient(-15deg, #137fdc 0%, #03aaa8 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
  font-size: 16px;
  letter-spacing: 3px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s;
}
.contact-block-a .form .submit:hover {
  background: #137fdc;
}
@media (max-width: 1200px) {
  .contact-block-a {
    padding: 0.55rem 0 0.5rem;
  }
  .contact-block-a .h2 {
    margin-bottom: 0.2rem;
    font-size: 0.32rem;
  }
  .contact-block-a .form {
    margin: -10px 0 0;
  }
  .contact-block-a .form .label {
    margin-top: 10px;
    width: 100%;
    padding: 0;
  }
  .contact-block-a .form .input {
    padding: 0.2rem 0.25rem;
    font-size: 0.24rem;
    line-height: 1.4em;
  }
  .contact-block-a .form textarea.input {
    height: 2.5rem;
  }
  .contact-block-a .form .submit {
    font-size: 0.26rem;
  }
}
/**联系我们**/
.contact-block-b {
  padding: 78px 0;
}
.contact-block-b .list {
  border: 1px solid #e6e6e6;
  border-left: 0 none;
}
.contact-block-b .list .li {
  border-left: 1px solid #e6e6e6;
  padding: 22px 15px 27px;
  text-align: center;
  font-size: 17px;
  line-height: 32px;
  color: #333333;
}
.contact-block-b .list .li:last-child {
  border-top: 1px solid #e6e6e6;
  text-align: left;
}
.contact-block-b .list .icon {
  display: block;
  margin: 23px auto 30px;
}
.contact-block-b .list .cont {
  margin-top: 10px;
  color: #666666;
}
.contact-block-b .list .btns {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.4em;
}
.contact-block-b .list .btns img {
  margin-left: 9px;
}
.contact-block-b .list .btns .btn {
  margin-right: 57px;
  color: #777777;
}
.contact-block-b .list .btns .btn:hover {
  color: #137fdc;
}
@media (max-width: 1200px) {
  .contact-block-b {
    padding: 0.5rem 0;
  }
  .contact-block-b .list .li {
    border-top: 1px solid #e6e6e6;
    padding: 0.45rem 0.3rem 0.45rem;
    font-size: 0.28rem;
    line-height: 1.6em;
  }
  .contact-block-b .list .li:last-child {
    text-align: center;
  }
  .contact-block-b .list .icon {
    margin: 0 auto 0.2rem;
    width: 1.35rem;
  }
  .contact-block-b .list .cont {
    margin-top: 0.15rem;
    color: #666666;
  }
  .contact-block-b .list .btns {
    margin-top: 0.2rem;
    font-size: 0.28rem;
  }
  .contact-block-b .list .btns img {
    margin-left: 0.15rem;
    width: 0.3rem;
  }
  .contact-block-b .list .btns .btn {
    margin-right: 0;
    width: 50%;
    padding: 0.15rem;
    text-align: center;
    justify-content: center;
  }
}
/**联系我们**/
.contact-block-c {
  padding: 100px 0;
  background: #f5f5f5;
}
.contact-block-c .map {
  border: 1px solid #e0e0e0;
  height: 540px;
}
@media (max-width: 1200px) {
  .contact-block-c {
    padding: 0.5rem 0;
  }
  .contact-block-c .map {
    height: 5rem;
  }
}
/**单页**/
.main-bg-c {
  padding: 45px 0;
}
.main-bg-c .info-block-c .pad {
  padding-top: 45px;
  padding-bottom: 45px;
  padding-left: 50px;
  padding-right: 50px;
}
.main-bg-c .info-block-c .info-content {
  margin-top: 32px;
  border-top: 1px solid #f0f0f0;
  padding-top: 30px;
  padding-bottom: 45px;
  font-size: 14px;
  line-height: 32px;
  color: #555555;
}
.main-bg-c .info-block-c .info-content p {
  margin-top: 0;
}
@media (max-width: 1200px) {
  .main-bg-c {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .main-bg-c .info-block-c .pad {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }
  .main-bg-c .info-block-c .info-content {
    margin-top: 0;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.28rem;
    line-height: 1.7em;
  }
}
.site-map {
  border-top: 1px solid #eeeeee;
}
.site-map .menu-son {
  border-bottom: 1px solid #eeeeee;
  padding: 5px 0;
  font-size: 0;
}
.site-map .menu-son a:hover {
  color: #137fdc;
}
.site-map .menu-son .menu-title {
  display: inline-block;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8em;
}
.site-map .menu-son .menu-down .links {
  padding: 0 15px;
}
.site-map .menu-son .menu-down .ul {
  border-top: 1px solid #eeeeee;
  width: 100%;
  padding: 0 15px 15px;
}
.site-map .menu-son .menu-down .menu-down-type {
  margin-bottom: 5px;
  border-top: 1px solid #eeeeee;
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
}
.site-map .menu-son .menu-down .menu-down-type strong {
  font-weight: normal;
}
.site-map .menu-son .menu-down .menu-down-type:first-child {
  border-top: 0 none;
}
.site-map .menu-son .menu-down .menu-down-type:last-child {
  margin-bottom: -15px;
}
.site-map .menu-son .menu-down .menu-down-word {
  padding: 0 8px;
  font-size: 14px;
}
@media (max-width: 1200px) {
  .site-map .menu-son .menu-title {
    padding: 5px 10px;
  }
  .site-map .menu-son .menu-down .links {
    padding: 0 10px;
  }
  .site-map .menu-son .menu-down .ul {
    padding: 0 10px 10px;
  }
  .site-map .menu-son .menu-down .menu-down-type:last-child {
    margin-bottom: -10px;
  }
  .site-map .menu-son .menu-down .menu-down-word {
    padding: 0 5px;
  }
}
